home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / gadgets / rcs / eclass.h < prev    next >
Encoding:
Text File  |  1998-04-08  |  725 b   |  42 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    96.08.22.02.06.07;    author dlorre;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Oui.lib -- Object User Interface
  17. Projet créé en 1994
  18. Auteur: Dominique Lorre
  19. @
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @
  28. #define EGA_Min         (TAG_USER+ 1)
  29. #define EGA_Max         (TAG_USER+ 2)
  30. #define EGA_Level       (TAG_USER+ 3)
  31. #define EGA_Full        (TAG_USER+ 4)
  32. #define EGA_window      (TAG_USER+ 5)
  33. #define EGA_Label       (TAG_USER+ 6)
  34. #define EGA_Flags       (TAG_USER+ 7)
  35. #define EGA_TextAttr    (TAG_USER+ 8)
  36. #define EGA_Pulse       (TAG_USER+ 9)
  37. #define EGA_Number      (TAG_USER+10)
  38. #define EGA_XPens       (TAG_USER+11)
  39. #define EGA_GPen        (TAG_USER+12)
  40.  
  41. @
  42.